Created .gitignore to exclude non-shippable config/build artefacts
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Non-shippable config artefacts
|
||||
.deps/*
|
||||
Makefile
|
||||
aclocal.m4
|
||||
autom4te.cache/*
|
||||
config.h
|
||||
config.log
|
||||
config.status
|
||||
stamp-h1
|
||||
|
||||
# Build artefacts
|
||||
*.o
|
||||
iftop
|
||||
|
||||
# Made with "make tags" for use in emacs
|
||||
TAGS
|
||||
Reference in New Issue
Block a user