diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-10 13:32:42 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-10 13:32:42 -0700 |
commit | a70e7bab2b492f64455c74f2222b363f37dc8dfa (patch) | |
tree | dbeb5f2e8efb7f6c7897c3977abd82abb606a9ea | |
parent | a1e32bcff0a04dbff61f28c8e725cf2bf120bf85 (diff) |
Add .gitignore file.
To ignore generated source files (and glcpp binary).
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..5bbd660f22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +glcpp +glcpp-lex.c +glcpp-parse.c +glcpp-parse.h +*.o +*~ |