summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore dirs for test builds and installsHans Ulrich Niedermann2011-03-071-0/+6
|
* gitignore: Ignore eclipse related .metadata/ dirHans Ulrich Niedermann2011-03-071-0/+3
|
* gitignore: Ignore/remove generated systemtest/Makefile fileHans Ulrich Niedermann2011-03-071-0/+1
|
* gitignore: Ignore generated "Makefile" filesHans Ulrich Niedermann2011-03-071-0/+37
|
* gitignore: Prefix all non-pattern files with /Hans Ulrich Niedermann2011-03-071-43/+43
| | | | | This makes it clearer that they are to be found relative to the .gitignore file location.
* gitignore: Split the long list into sectionsHans Ulrich Niedermann2011-03-071-6/+13
|
* gitignore: Add newline at end of fileHans Ulrich Niedermann2011-03-071-1/+1
|
* joined .gitignore files of petascope and rasdaman repositories.Constantin2010-06-021-0/+4
| | | | replaced petascope headers with rasdaman community headers.
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-9/+0
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-261-0/+2
|
* Corrected compilation structure for rnprotocol dirSorin Stancu-Mara2009-04-271-0/+1
| | | | | | | | | | | | | | Removed the rnprotocol Makefile and adjusted compilation structure. Originally both rnprotocol, servercomm and clientcomm directories were pushing files into libservercomm.a and libclientcomm.a. Because the libraries stay in the directories where they were created the libs were never merged. While this was okay for the server it is impossible to deploy both libraries that contain all the required object files. Now the servercomm and cliencomm are responsible for compiling the files in rnprotocol and joining them into the respective libraries.
* Added ignore for the generated filesSorin Stancu-Mara2009-04-251-0/+59