summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-10-26 09:02:00 +0100
committerTobias Klauser <klto@zhaw.ch>2009-10-26 09:02:00 +0100
commitf83fca77fa4366462bb443f2cff50af9f3e4bfb7 (patch)
tree014e82b9677ffb2c4c6f12ad531f7b9a8f57bd63
parentdbefbdaaa6b97d28a3fa6b0ca37fcdbc07594ba6 (diff)
Add .gitignore
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c3f689a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+mkubootenv
+*.o
+*.bin
+*.env
7224a2d5a925df22a49e4f7a0bfed0d6&id2=be29d20f3f5db1f0b4e49a4f6eeedf840e2bf9b1'>diff)
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
Pull audit fixes from Paul Moore: "Two small fixes relating to audit's use of fsnotify. The first patch plugs a leak and the second fixes some lock shenanigans. The patches are small and I banged on this for an afternoon with our testsuite and didn't see anything odd" * 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit: audit: Fix sleep in atomic fsnotify: Remove fsnotify_duplicate_mark()
Diffstat (limited to 'fs/xfs/xfs_reflink.c')