diff options
author | Jan Engelhardt <jengelh@inai.de> | 2012-05-26 22:18:35 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-26 22:18:35 +0200 |
commit | c5e0c17653274e9cc21f677e6fe3bd822a569a00 (patch) | |
tree | 85fd6f68b40c72fd27f7d86be0fbb0336f3e0956 | |
parent | 202a92db668aa4e9847d99ec5e0d5b3b0224c340 (diff) | |
download | conntrack-tools-c5e0c17653274e9cc21f677e6fe3bd822a569a00.tar.gz conntrack-tools-c5e0c17653274e9cc21f677e6fe3bd822a569a00.zip |
update .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ .deps/ .libs/ +.dirstamp Makefile Makefile.in *.o diff --git a/src/.gitignore b/src/.gitignore index 6e6763d..55a0d27 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,6 @@ /conntrack /conntrackd +/nfct /read_config_lex.c /read_config_yy.c |