diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-30 18:42:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-30 18:42:57 -0700 |
commit | 19e670a23b60c044a8492cc43d3db8dc64685042 (patch) | |
tree | e6be340b42235981f1acff94a18e1e380e011cc4 /.gitignore | |
parent | 5c4cc39c56470b0a01274e69be703f0d4fc3080b (diff) | |
download | subsurface-19e670a23b60c044a8492cc43d3db8dc64685042.tar.gz |
Add .gitignore file for current state
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..295ea6b17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +/parse |