diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | arch/.gitignore | 4 | ||||
| -rw-r--r-- | arch/Makefile (renamed from Makefile) | 0 | ||||
| -rw-r--r-- | arch/PKGBUILD (renamed from PKGBUILD) | 0 | 
4 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@  *  !/.gitignore  !/Makefile -!/PKGBUILD +!/arch diff --git a/arch/.gitignore b/arch/.gitignore new file mode 100644 index 0000000..1255cd2 --- /dev/null +++ b/arch/.gitignore @@ -0,0 +1,4 @@ +* +!/.gitignore +!/Makefile +!/PKGBUILD  | 
