summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormhaquila2023-01-25 13:45:39 +0100
committermhaquila2023-01-25 13:45:39 +0100
commit4c5a0db8020bba3d1ad31c77dff58df3bfcb9d7e (patch)
treea4188f03562d35717b978b5a6a5acd9fa8478813
parent6c5c62a69f45d8e65587d16fae08b0ede518a420 (diff)
downloadaur-4c5a0db8020bba3d1ad31c77dff58df3bfcb9d7e.tar.gz
feat: add .gitignore
To ignore all files except committed ones.
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5759d1d98529
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!.AURINFO
+!.SRCINFO
+!PKGBUILD
+!modules.conf
+!ocsinventory-agent
+!ocsinventory-agent.cfg
+!ocsinventory-agent.install