Moved .hgignore to .gitignore

This commit is contained in:
Patrick J Cherry
2016-08-30 21:47:25 +01:00
parent 91a8946ddc
commit 4a709e73f8
2 changed files with 9 additions and 9 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
**/*.o
**/*~
flexnbd
build/
pkg/
**/*.orig
**/.*.swp
cscope.out
valgrind.out

View File

@@ -1,9 +0,0 @@
.o$
~$
^flexnbd$
^build/
^pkg/
\.orig$
.*\.swp$
cscope.out$
valgrind.out$