summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2011-02-16 19:44:10 -0500
committerEamon Walsh <ewalsh@tycho.nsa.gov>2011-02-16 19:44:10 -0500
commit9dd23aa6f5d3b3a66d7c2a9ac7b5c59c4068a423 (patch)
tree3827ec02da17c648e052fddca556c54de0ab087f
parent2224456b9642522b2ffa1fc53a211f81468d8491 (diff)
Separate project-specific targets from .gitignore boilerplate.
-rw-r--r--.gitignore15
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 572ec08..0c94939 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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