diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-02-16 19:44:10 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-02-16 19:44:10 -0500 |
commit | 9dd23aa6f5d3b3a66d7c2a9ac7b5c59c4068a423 (patch) | |
tree | 3827ec02da17c648e052fddca556c54de0ab087f | |
parent | 2224456b9642522b2ffa1fc53a211f81468d8491 (diff) |
Separate project-specific targets from .gitignore boilerplate.
-rw-r--r-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,6 +1,14 @@ # Note: use "git ls-files -i --exclude-standard" to make sure # no tracked files are ignored as a result of any changes. +# Project-specific targets +/src/linpicker_server +/src/linpicker_debug +/src/track +/data/genimage +/vchan/node +/vchan/node-select + # Object files *.o *.lo @@ -10,13 +18,6 @@ *.a *.s *.mo -/src/linpicker_server -/src/linpicker_debug -/src/track -/data/genimage -/vchan/node -/vchan/node-select -/test-code/dexample1 # Autotools aclocal.m4 |