diff options
author | jfesler <jfesler@gigo.com> | 2014-04-02 19:22:59 -0700 |
---|---|---|
committer | jfesler <jfesler@gigo.com> | 2014-04-02 19:22:59 -0700 |
commit | e8e6401f8c7bb6ab64dbbcfc10618e792fcbd85b (patch) | |
tree | a498fdb39d9282210486a6da868e768991ff4f8a /.gitignore | |
download | mod_ip-e8e6401f8c7bb6ab64dbbcfc10618e792fcbd85b.tar.gz mod_ip-e8e6401f8c7bb6ab64dbbcfc10618e792fcbd85b.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d40434 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex |